All Packages Class Hierarchy This Package Previous Next Index
Interface java.naming.spi.Resolver
- public interface Resolver
The Resolver interface contains methods that are implemented by contexts
that do not support subinterfaces of Context, but which can act as
intermediate contexts for resolution purposes.
-
resolvePenultimate(Name)
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
-
resolvePenultimate(String)
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
resolvePenultimate
public abstract ResolveResult resolvePenultimate(Name name) throws NamingException
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
- Parameters:
- name - The name to resolve.
- Returns:
- The result of the resolution.
resolvePenultimate
public abstract ResolveResult resolvePenultimate(String name) throws NamingException
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
- Parameters:
- name - The string name to resolve.
- Returns:
- The result of the resolution.
All Packages Class Hierarchy This Package Previous Next Index